home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / emu-mess.swf / scripts / frame_3 / PlaceObject2_595_1118 / CLIPACTIONRECORD onClipEvent(load).as
Encoding:
Text File  |  2008-08-08  |  281 b   |  13 lines

  1. onClipEvent(load){
  2.    this.speed = 0;
  3.    this.xdir = 1;
  4.    this.yspeed = 0;
  5.    this.myFloor = 1;
  6.    this.falling = 0;
  7.    this.terminal = 25;
  8.    this.emuBraking = 0.8;
  9.    this.onLadder = 0;
  10.    this.peck = 0;
  11.    this._y != _root["floor" + this.myFloor] - this._height;
  12. }
  13.